home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
- <HTML lang="en"><HEAD><TITLE><dtml-var title_or_id></TITLE></HEAD>
- <BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">
- <dtml-var manage_tabs>
-
- <h2>Save or discard work done in a sesssion</h2>
-
- <dtml-if nonempty>
- <form action="&dtml-URL1;">
- To save work done in version
- <dtml-var id><dtml-if Zope-Version><dtml-if "_vars['Zope-Version'] != cookie">
- <strong>to version
- <em><dtml-var Zope-Version></em></strong></dtml-if></dtml-if>,
- click on the "Save" button. To discard work done in
- version <dtml-var id>, click on the "Discard" button.
- In either case, enter a comment to document the reason for
- saving or discarding the version.<br>
- <textarea name=remark rows=10 cols=50></textarea><br>
- <input type=submit name="save:method" value="Save">
- <input type=submit name="discard:method" value="Discard">
- </form>
- <dtml-else>
- No unsaved work has been done in this version.
- </dtml-if>
-
- </body> </html>
-
-
-
-
-
-
-
-
-
-
-
-
-